home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextDeveloper / Demos / PhotoAlbum.app / English.lproj / ProgressPanel.nib / data.classes next >
Encoding:
Text File  |  1993-03-01  |  315 b   |  25 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. ProgressPanel = {
  7.     ACTIONS = {
  8.     cancel:;
  9.     };
  10.     OUTLETS = {
  11.     progressText;
  12.     progressView;
  13.     extraText;
  14.     };
  15.     SUPERCLASS = Panel;
  16. };
  17. PhotoCD = {
  18.     ACTIONS = {
  19.     };
  20.     OUTLETS = {
  21.     progressPanel;
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25.